Welcome![Sign In][Sign Up]
Location:
Search - ellipse fit

Search list

[Other resourceLeast-Squares-Ellipse-Fit

Description: MATLAB实现的一种基于最小二乘的椭圆拟合直接算法源代码.附件中的源代码是matlab编写的,实现一种对于椭圆的稳定的数据拟合算法。当然必须要提供至少5个点的数据,椭圆x,y轴的中心点,最大轴最小轴
Platform: | Size: 38126 | Author: 杨霄 | Hits:

[Algorithmfitellipse

Description: 这是我收集的一个老外编的最小二乘法拟合椭圆算法。希望能派上用场。-This is my collection of a foreigner series of the least squares fit algorithm for elliptic. Hope can be put to use.
Platform: | Size: 1024 | Author: 王流 | Hits:

[matlab系统辨识

Description: 用得到的已知输入输出数据,通过编好的渐消记忆增广最小二乘辨识软件辨识已知系统的阶次与估计其参数,验证所编软件的正确性-known to be useful input and output data, through the provision of good memories fading by the least square identification software widely known identification system and the order of the estimated parameters, develops software to certify the correctness
Platform: | Size: 95232 | Author: 丁学明 | Hits:

[matlabLeast-Squares-Ellipse-Fit

Description: MATLAB实现的一种基于最小二乘的椭圆拟合直接算法源代码.附件中的源代码是matlab编写的,实现一种对于椭圆的稳定的数据拟合算法。当然必须要提供至少5个点的数据,椭圆x,y轴的中心点,最大轴最小轴-err
Platform: | Size: 37888 | Author: 杨霄 | Hits:

[Algorithm22

Description: 椭圆拟合的算法,简单实用,不用复杂的迭代,很容易看懂!-Ellipse fitting algorithm, is simple and practical and not complicated iteration, it is easy to understand!
Platform: | Size: 1024 | Author: Tian | Hits:

[matlabmatlabfitellipsecode

Description: 对离散数据运用最小二乘法进行椭圆拟合,运行过了觉得还不错就上传了。-Discrete data on the use of least squares method for ellipse fitting, run over a feel good on the uploaded.
Platform: | Size: 3072 | Author: 李倩 | Hits:

[Algorithmplanar_fitting

Description: 采用最小二乘法进行多点平面拟合的算法介绍。-Least square method for planar multi-point fitting algorithm introduction.
Platform: | Size: 37888 | Author: veilking | Hits:

[Multimedia programfit_ellipse

Description: fit_ellipse - finds the best fit to an ellipse for the given set of points. a matalb realization-fit_ellipse- finds the best fit to an ellipse for the given set of points. a matalb realization
Platform: | Size: 3072 | Author: Deng Fu Qin | Hits:

[File Format33753127fitellipse

Description: it basically contains algorithm to fit an ellipse
Platform: | Size: 2048 | Author: salehamasood | Hits:

[2D GraphicEllipseFitByTaubin

Description: This is a fast non-iterative ellipse fit, and among fast non-iterative ellipse fits this is the most accurate and robust. It takes the xy-coordinates of data points, and returns the coefficients of the equation of the ellipse: ax^2 + bxy + cy^2 + dx + ey + f = 0, i.e. it returns the vector A=(a,b,c,d,e,f). To convert this vector to the geometric parameters -This is a fast non-iterative ellipse fit, and among fast non-iterative ellipse fits this is the most accurate and robust. It takes the xy-coordinates of data points, and returns the coefficients of the equation of the ellipse: ax^2+ bxy+ cy^2+ dx+ ey+ f = 0, i.e. it returns the vector A=(a,b,c,d,e,f). To convert this vector to the geometric parameters
Platform: | Size: 2048 | Author: ragada | Hits:

[Graph programcanny

Description: 椭圆检测拟合程序,能够从图片中自动提取椭圆并进行拟合 -Ellipse detection fitting procedure can be automatically extracted from the image to fit the ellipse and the
Platform: | Size: 1024 | Author: licheng | Hits:

[2D Graphicfit_ellipse1

Description: fit_ellipse - finds the best fit to an ellipse for the given set of points.-fit_ellipse- finds the best fit to an ellipse for the given set of points.
Platform: | Size: 5120 | Author: yar | Hits:

[Windows Develop79419130ellipse

Description: 本程序是关于最小二乘椭圆拟合的中心定位程序,定位精度较高。-This program is about the least-squares ellipse fitting center locator, positioning accuracy.
Platform: | Size: 56320 | Author: 谢鲁 | Hits:

[Special Effectsellipsefitting

Description: 输入一组数据,xy值,用来拟合椭圆。只要改变输入数据,该代码就可以直接使用。另附上椭圆拟合算法。-Enter a set of data, xy values, used to fit ellipses. Just change input data, the code can be used directly. Attached on the ellipse fitting algorithm.
Platform: | Size: 265216 | Author: john wang | Hits:

[Special Effectsfitellipse

Description: 寻找所有轮廓.绘制所有轮廓并用椭圆拟合. 拟合当前轮廓.-Find all the contours. Draw all the outlines and fit with the ellipse. Fit the current profile.
Platform: | Size: 2048 | Author: chengguo | Hits:

[matlabLeast-squares-fit-of-ellipse

Description: 用此方法拟合椭圆,方法简单,运算量较小,很适合计算机变成实现。-fast ellipse fitting
Platform: | Size: 1024 | Author: oscardad | Hits:

[Special Effectsellipse

Description: 从TEX文档中读取一系列点数据xy坐标,根据最小二乘原理,采用高斯全主元消去法来拟合椭圆曲线,求得椭圆基本参数。-From the TEX document to read a series of points xy coordinates, Gaussian full principal component elimination method based on the principle of least squares to fit the elliptic curve obtained the basic parameters of elliptical.
Platform: | Size: 3895296 | Author: | Hits:

[Special Effectsellipsefit

Description: 该压缩包包含一个椭圆拟合程序及相应一篇论文,该程序基于openv,椭圆拟合效果很不错。-ellipse fit opencv
Platform: | Size: 2601984 | Author: Jackdong | Hits:

[Special Effectsellipse-fit-based-on-matlab

Description: 直线、平面、圆和椭圆拟合程序,该程序基于matlab,对学习这方面的知识有一定帮助。-circle,ellipse,straight line and plane fit based on matlab.
Platform: | Size: 82944 | Author: Jackdong | Hits:

[Software Engineeringthesis-based-on-ellipse-fit

Description: 该压缩包包含了几篇关于椭圆拟合的一些论文,自己感觉比较实用。-ellipse fit.
Platform: | Size: 3545088 | Author: Jackdong | Hits:
« 12 3 »

CodeBus www.codebus.net